←Select platform

MergeItem Constructor(string,int[])

Summary

Creates a new MergeItem for the filepath provided and the array of pages.

Syntax
C#
VB
C++
public MergeItem( 
   string fileName, 
   int[] pages 
) 
Public Sub New(ByVal fileName As String, ByVal pages() As Integer) 
 MyBase.New 
public:  
   MergeItem(String^ fileName, array<Int32>^ pages) 

Parameters

fileName

Path to the file to use in Merge.

pages

Array of pages from the document to use in Merge.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly